Nullable.opEquals

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool opEquals(N n)
    struct Nullable(T)
    const nothrow pure @safe @nogc
    static if(__traits(compiles, (T a, T b)) && !is(T == class))
    bool
    opEquals
    (
    N : typeof(null)
    )
    (
    N n
    )
  2. bool opEquals(T rhs)
  3. bool opEquals(Nullable!T rhs)

Meta